From b7ab3e1357b1fe873892d65967b6ddfdd9394e3f Mon Sep 17 00:00:00 2001 From: Alexandre Prokoudine Date: Mon, 13 Jun 2016 02:07:53 +0300 Subject: [PATCH] Release 0.1.18 --- NEWS | 4 +++- configure.ac | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d9e8c6f..a993e33 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,9 @@ the news section both in the README and the webpage. --> - +2016-06-13 babl-0.1.18
+Bugfix: take alpha threshold in consideration when processing floats in SSE2. +
2016-02-12 babl-0.1.16
Improvements to half float reference, SIMD, and fast-paths, and CIE float fast paths; cleanups of fast path extensions. diff --git a/configure.ac b/configure.ac index befb350..f813f56 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_PREREQ(2.54) m4_define([babl_major_version], [0]) m4_define([babl_minor_version], [1]) -m4_define([babl_micro_version], [17]) +m4_define([babl_micro_version], [18]) m4_define([babl_real_version], [babl_major_version.babl_minor_version.babl_micro_version]) m4_define([babl_version], [babl_real_version]) -- 2.30.2